home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lsof_3.37 / README.SCO.lsof < prev    next >
Encoding:
Text File  |  1995-08-01  |  2.1 KB  |  50 lines

  1. lsof was written by Victor A. Abell of Purdue University,
  2. <abe@cc.purdue.edu>, and is distributed with permission.
  3.  
  4. lsof is Copyright 1995 Purdue Research Foundation
  5.  
  6. This is a source + binary distribution of lsof 3.37.  It was built by
  7. Bela Lubkin of SCO, <belal@sco.com>, on 95/07/28.
  8.  
  9. Methods used:
  10.  
  11.   The files README, Victor_A_Abell.pgp, and lsof_3.37_W.tar.gz were
  12.   obtained via ftp from <ftp://vic.cc.purdue.edu/pub/tools/unix/lsof>.
  13.   The tar file was extracted, giving a sources tar file, an inner
  14.   README, and a PGP signature file.  md5 was used to verify that the
  15.   sources tar file's sum matched that given in the inner README file.
  16.   PGP 2.6.0 was used to verify the PGP signature.
  17.  
  18.   Once the sources were verified, they were extracted on a system
  19.   running SCO OpenServer Release 5 Enterprise System plus the SCO
  20.   OpenServer Release 5 Development System.  The lsof binary was built by
  21.   running "Configure sco; make".
  22.  
  23. The binary was compiled without HASSECURITY=1.  This means that any user
  24. with execute permission may list the files in use by all processes on
  25. the system.  The program can also be built with HASSECURITY=1 (in
  26. machine.h), in which case user may only examine the files in use by
  27. processes which they own.
  28.  
  29. The binary may be installed in /usr/bin or a local binaries directory,
  30. with world-execute permissions and setgid mem, like this:
  31.  
  32.   ---x--s--x   1 bin      mem        95356 Jul 28 17:25 /local/bin/lsof
  33.  
  34. It could also be installed so that it can only be executed by members of
  35. a specific privileged group, in which case it must be setuid root, e.g.:
  36.  
  37.   ---s--x---   1 root     admin      95356 Jul 28 17:25 /local/bin/lsof
  38.  
  39. The source is provided as a gzip-compressed tar archive as well as a
  40. laid-out directory tree.  The laid-out directory tree has been pruned to
  41. remove non-SCO dialect files, to reduce storage requirements on the
  42. CD-ROM.  The entire distribution, supporting all the Unix dialects
  43. supported by lsof, is present in the compressed archive.  However, it is
  44. strongly recommended that you retrieve the most recent version of the
  45. source from its canonical home at
  46.  
  47.   <ftp://vic.cc.purdue.edu/pub/tools/unix/lsof>
  48.  
  49. >Bela Lubkin<
  50.